Html Css Color HEX #5C6300 Fiji Green

📋 copy color: '#5C6300'

red 92 ◦ green 99 ◦ blue 0

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

Shades of Fiji Green #5C6300

Tints of Fiji Green #5C6300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 51.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.17%
G = 51.83%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#5C6300 (or 0x5C6300) is known color: Fiji Green. HEX triplet: 5C, 63 and 00. RGB value is (92,99,0). Sum of RGB (Red+Green+Blue) = 92+99+0=191 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.17% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #5C6300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C6300 is #A39CFF. Grayscale: #565656. Windows color (decimal): -10722560 or 25436. OLE color: 25436.

HSL color Cylindrical-coordinate representation of color #5C6300: hue angle of 64.24º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C6300 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 92 99 0 -
CMYK 0.07 0 1 0.61
HSL 64.24º 1% 0.19% -
HSV(B) 64.24º 1% 0.39% -
XYZ 8.88 11.2 1.69 -
YUV 85.62 79.68 132.55 -
System Red Green Blue C M Y K H S L
Decimal 92 99 0 0.07 0 1 0.61 64.24 1 0.19
Hex 5C 63 0 7 0 64 3D 40 64 13
Octal 134 143 0 7 0 144 75 100 144 23
Binary 1011100 1100011 0 111 0 1100100 111101 1000000 1100100 10011

Color Harmonies of #5C6300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6300

Black with #5C6300

Text Example


Text Example

White with #5C6300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,99,0); }

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

background-color css

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

 a { background-color: rgb(92,99,0); }

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

border-color css

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

 span { border-color: rgb(92,99,0); }

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