Html Css Color HEX #5C7502 Fiji Green

📋 copy color: '#5C7502'

red 92 ◦ green 117 ◦ blue 2

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

Shades of Fiji Green #5C7502

Tints of Fiji Green #5C7502

RGB

 RED value IS 92 (36.33% from 255) = 43.6%

 GREEN value IS 117 (46.09% from 255) = 55.45%

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

R = 43.6%
G = 55.45%
B = 0.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#5C7502 (or 0x5C7502) is known color: Fiji Green. HEX triplet: 5C, 75 and 02. RGB value is (92,117,2). Sum of RGB (Red+Green+Blue) = 92+117+2=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #5C7502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7502 is #A38AFD. Grayscale: #606060. Windows color (decimal): -10717950 or 161116. OLE color: 161116.

HSL color Cylindrical-coordinate representation of color #5C7502: hue angle of 73.04º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C7502 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 117 2 -
CMYK 0.21 0 0.98 0.54
HSL 73.04º 0.97% 0.23% -
HSV(B) 73.04º 0.98% 0.46% -
XYZ 10.79 15 2.38 -
YUV 96.42 74.72 124.85 -
System Red Green Blue C M Y K H S L
Decimal 92 117 2 0.21 0 0.98 0.54 73.04 0.97 0.23
Hex 5C 75 2 15 0 62 36 49 61 17
Octal 134 165 2 25 0 142 66 111 141 27
Binary 1011100 1110101 10 10101 0 1100010 110110 1001001 1100001 10111

Color Harmonies of #5C7502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7502

Black with #5C7502

Text Example


Text Example

White with #5C7502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,117,2); }

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

background-color css

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

 a { background-color: rgb(92,117,2); }

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

border-color css

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

 span { border-color: rgb(92,117,2); }

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