Html Css Color HEX #5C701E Fiji Green

📋 copy color: '#5C701E'

red 92 ◦ green 112 ◦ blue 30

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

Shades of Fiji Green #5C701E

Tints of Fiji Green #5C701E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.86%

 BLUE value IS 30 (12.11% from 255) = 12.82%

R = 39.32%
G = 47.86%
B = 12.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#5C701E (or 0x5C701E) is known color: Fiji Green. HEX triplet: 5C, 70 and 1E. RGB value is (92,112,30). Sum of RGB (Red+Green+Blue) = 92+112+30=234 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.32% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #5C701E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C701E is #A38FE1. Grayscale: #606060. Windows color (decimal): -10719202 or 1994844. OLE color: 1994844.

HSL color Cylindrical-coordinate representation of color #5C701E: hue angle of 74.63º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C701E is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 92 112 30 -
CMYK 0.18 0 0.73 0.56
HSL 74.63º 0.58% 0.28% -
HSV(B) 74.63º 0.73% 0.44% -
XYZ 10.44 13.96 3.37 -
YUV 96.67 90.37 124.67 -
System Red Green Blue C M Y K H S L
Decimal 92 112 30 0.18 0 0.73 0.56 74.63 0.58 0.28
Hex 5C 70 1E 12 0 49 38 4B 3A 1C
Octal 134 160 36 22 0 111 70 113 72 34
Binary 1011100 1110000 11110 10010 0 1001001 111000 1001011 111010 11100

Color Harmonies of #5C701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C701E

Black with #5C701E

Text Example


Text Example

White with #5C701E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,112,30); }

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

background-color css

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

 a { background-color: rgb(92,112,30); }

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

border-color css

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

 span { border-color: rgb(92,112,30); }

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