Html Css Color HEX #5F650C Fiji Green

📋 copy color: '#5F650C'

red 95 ◦ green 101 ◦ blue 12

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

Shades of Fiji Green #5F650C

Tints of Fiji Green #5F650C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.77%

R = 45.67%
G = 48.56%
B = 5.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.60

RGB Variations

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

Color information

#5F650C (or 0x5F650C) is known color: Fiji Green. HEX triplet: 5F, 65 and 0C. RGB value is (95,101,12). Sum of RGB (Red+Green+Blue) = 95+101+12=208 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.67% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 101 - color contains mainly: green. Hex color #5F650C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F650C is #A09AF3. Grayscale: #595959. Windows color (decimal): -10525428 or 812383. OLE color: 812383.

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

Color convert

RGB 95 101 12 -
CMYK 0.06 0 0.88 0.60
HSL 64.04º 0.79% 0.22% -
HSV(B) 64.04º 0.88% 0.4% -
XYZ 9.44 11.77 2.12 -
YUV 89.06 84.51 132.24 -
System Red Green Blue C M Y K H S L
Decimal 95 101 12 0.06 0 0.88 0.60 64.04 0.79 0.22
Hex 5F 65 C 6 0 58 3C 40 4F 16
Octal 137 145 14 6 0 130 74 100 117 26
Binary 1011111 1100101 1100 110 0 1011000 111100 1000000 1001111 10110

Color Harmonies of #5F650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F650C

Black with #5F650C

Text Example


Text Example

White with #5F650C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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