Html Css Color HEX #5F650A Fiji Green

📋 copy color: '#5F650A'

red 95 ◦ green 101 ◦ blue 10

#5F650A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #5F650A

Tints of Fiji Green #5F650A

RGB

 RED value IS 95 (37.5% from 255) = 46.12%

 GREEN value IS 101 (39.84% from 255) = 49.03%

 BLUE value IS 10 (4.3% from 255) = 4.85%

R = 46.12%
G = 49.03%
B = 4.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5F650A (or 0x5F650A) is known color: Fiji Green. HEX triplet: 5F, 65 and 0A. RGB value is (95,101,10). Sum of RGB (Red+Green+Blue) = 95+101+10=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 101 (39.84% from 255 or 49.03% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 101 - color contains mainly: green. Hex color #5F650A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F650A is #A09AF5. Grayscale: #595959. Windows color (decimal): -10525430 or 681311. OLE color: 681311.

HSL color Cylindrical-coordinate representation of color #5F650A: hue angle of 63.96º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5F650A is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB 95 101 10 -
CMYK 0.06 0 0.90 0.60
HSL 63.96º 0.82% 0.22% -
HSV(B) 63.96º 0.9% 0.4% -
XYZ 9.43 11.76 2.06 -
YUV 88.83 83.51 132.4 -
System Red Green Blue C M Y K H S L
Decimal 95 101 10 0.06 0 0.90 0.60 63.96 0.82 0.22
Hex 5F 65 A 6 0 5A 3C 40 52 16
Octal 137 145 12 6 0 132 74 100 122 26
Binary 1011111 1100101 1010 110 0 1011010 111100 1000000 1010010 10110

Color Harmonies of #5F650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F650A

Black with #5F650A

Text Example


Text Example

White with #5F650A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F650A; }

 p { color: rgb(95,101,10); }

 H1.HeaderClassName
 {
   color: #5F650A;
 }
 .AnyTagClassName
 {
   color: #5F650A;
 }
</style>

background-color css

<style>
 a { background-color: #5F650A; }

 a { background-color: rgb(95,101,10); }

 div.DivClassName
 {
   background-color: #5F650A;
 }
 .BgClassName
 {
   background-color: #5F650A;
 }
</style>

border-color css

<style>
 span { border-color: #5F650A; }

 span { border-color: rgb(95,101,10); }

 td.TdClassName
 {
   border-color: #5F650A;
 }
 .TagClassName
 {
   border-color: #5F650A;
 }
</style>