Html Css Color HEX #5F6628 Fiji Green

📋 copy color: '#5F6628'

red 95 ◦ green 102 ◦ blue 40

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

Shades of Fiji Green #5F6628

Tints of Fiji Green #5F6628

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.04%

 BLUE value IS 40 (16.02% from 255) = 16.88%

R = 40.08%
G = 43.04%
B = 16.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.6

RGB Variations

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

Color information

#5F6628 (or 0x5F6628) is known color: Fiji Green. HEX triplet: 5F, 66 and 28. RGB value is (95,102,40). Sum of RGB (Red+Green+Blue) = 95+102+40=237 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.08% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 102 - color contains mainly: green. Hex color #5F6628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6628 is #A099D7. Grayscale: #5D5D5D. Windows color (decimal): -10525144 or 2647647. OLE color: 2647647.

HSL color Cylindrical-coordinate representation of color #5F6628: hue angle of 66.77º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F6628 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB 95 102 40 -
CMYK 0.07 0 0.61 0.6
HSL 66.77º 0.44% 0.28% -
HSV(B) 66.77º 0.61% 0.4% -
XYZ 9.85 12.09 3.82 -
YUV 92.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 95 102 40 0.07 0 0.61 0.6 66.77 0.44 0.28
Hex 5F 66 28 7 0 3D 3C 43 2C 1C
Octal 137 146 50 7 0 75 74 103 54 34
Binary 1011111 1100110 101000 111 0 111101 111100 1000011 101100 11100

Color Harmonies of #5F6628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6628

Black with #5F6628

Text Example


Text Example

White with #5F6628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,102,40); }

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

background-color css

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

 a { background-color: rgb(95,102,40); }

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

border-color css

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

 span { border-color: rgb(95,102,40); }

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