Html Css Color HEX #5C7A01 Fiji Green

📋 copy color: '#5C7A01'

red 92 ◦ green 122 ◦ blue 1

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

Shades of Fiji Green #5C7A01

Tints of Fiji Green #5C7A01

RGB

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

 GREEN value IS 122 (48.05% from 255) = 56.74%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 42.79%
G = 56.74%
B = 0.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#5C7A01 (or 0x5C7A01) is known color: Fiji Green. HEX triplet: 5C, 7A and 01. RGB value is (92,122,1). Sum of RGB (Red+Green+Blue) = 92+122+1=215 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.79% from 215); Green value is 122 (48.05% from 255 or 56.74% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 122 - color contains mainly: green. Hex color #5C7A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7A01 is #A385FE. Grayscale: #636363. Windows color (decimal): -10716671 or 96860. OLE color: 96860.

HSL color Cylindrical-coordinate representation of color #5C7A01: hue angle of 74.88º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C7A01 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB 92 122 1 -
CMYK 0.25 0 0.99 0.52
HSL 74.88º 0.98% 0.24% -
HSV(B) 74.88º 0.99% 0.48% -
XYZ 11.38 16.2 2.56 -
YUV 99.24 72.56 122.84 -
System Red Green Blue C M Y K H S L
Decimal 92 122 1 0.25 0 0.99 0.52 74.88 0.98 0.24
Hex 5C 7A 1 19 0 63 34 4B 62 18
Octal 134 172 1 31 0 143 64 113 142 30
Binary 1011100 1111010 1 11001 0 1100011 110100 1001011 1100010 11000

Color Harmonies of #5C7A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7A01

Black with #5C7A01

Text Example


Text Example

White with #5C7A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,122,1); }

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

background-color css

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

 a { background-color: rgb(92,122,1); }

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

border-color css

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

 span { border-color: rgb(92,122,1); }

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