Html Css Color HEX #5F6626 Fiji Green

📋 copy color: '#5F6626'

red 95 ◦ green 102 ◦ blue 38

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

Shades of Fiji Green #5F6626

Tints of Fiji Green #5F6626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.17%

R = 40.43%
G = 43.4%
B = 16.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#5F6626 (or 0x5F6626) is known color: Fiji Green. HEX triplet: 5F, 66 and 26. RGB value is (95,102,38). Sum of RGB (Red+Green+Blue) = 95+102+38=235 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.43% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #5F6626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6626 is #A099D9. Grayscale: #5C5C5C. Windows color (decimal): -10525146 or 2516575. OLE color: 2516575.

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

Color convert

RGB 95 102 38 -
CMYK 0.07 0 0.63 0.6
HSL 66.56º 0.46% 0.27% -
HSV(B) 66.56º 0.63% 0.4% -
XYZ 9.82 12.08 3.65 -
YUV 92.61 97.18 129.7 -
System Red Green Blue C M Y K H S L
Decimal 95 102 38 0.07 0 0.63 0.6 66.56 0.46 0.27
Hex 5F 66 26 7 0 3F 3C 43 2E 1B
Octal 137 146 46 7 0 77 74 103 56 33
Binary 1011111 1100110 100110 111 0 111111 111100 1000011 101110 11011

Color Harmonies of #5F6626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6626

Black with #5F6626

Text Example


Text Example

White with #5F6626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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