Html Css Color HEX #5F6A02 Fiji Green

📋 copy color: '#5F6A02'

red 95 ◦ green 106 ◦ blue 2

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

Shades of Fiji Green #5F6A02

Tints of Fiji Green #5F6A02

RGB

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

 GREEN value IS 106 (41.8% from 255) = 52.22%

 BLUE value IS 2 (1.17% from 255) = 0.99%

R = 46.8%
G = 52.22%
B = 0.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#5F6A02 (or 0x5F6A02) is known color: Fiji Green. HEX triplet: 5F, 6A and 02. RGB value is (95,106,2). Sum of RGB (Red+Green+Blue) = 95+106+2=203 (26% of max value = 765). Red value is 95 (37.5% from 255 or 46.80% from 203); Green value is 106 (41.80% from 255 or 52.22% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 106 - color contains mainly: green. Hex color #5F6A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5F6A02 is #A095FD. Grayscale: #5B5B5B. Windows color (decimal): -10524158 or 158303. OLE color: 158303.

HSL color Cylindrical-coordinate representation of color #5F6A02: hue angle of 66.35º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F6A02 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB 95 106 2 -
CMYK 0.10 0 0.98 0.58
HSL 66.35º 0.96% 0.21% -
HSV(B) 66.35º 0.98% 0.42% -
XYZ 9.88 12.75 2 -
YUV 90.86 77.86 130.96 -
System Red Green Blue C M Y K H S L
Decimal 95 106 2 0.10 0 0.98 0.58 66.35 0.96 0.21
Hex 5F 6A 2 A 0 62 3A 42 60 15
Octal 137 152 2 12 0 142 72 102 140 25
Binary 1011111 1101010 10 1010 0 1100010 111010 1000010 1100000 10101

Color Harmonies of #5F6A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6A02

Black with #5F6A02

Text Example


Text Example

White with #5F6A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,106,2); }

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

background-color css

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

 a { background-color: rgb(95,106,2); }

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

border-color css

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

 span { border-color: rgb(95,106,2); }

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