Html Css Color HEX #5D6F00 Fiji Green

📋 copy color: '#5D6F00'

red 93 ◦ green 111 ◦ blue 0

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

Shades of Fiji Green #5D6F00

Tints of Fiji Green #5D6F00

RGB

 RED value IS 93 (36.72% from 255) = 45.59%

 GREEN value IS 111 (43.75% from 255) = 54.41%

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

R = 45.59%
G = 54.41%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#5D6F00 (or 0x5D6F00) is known color: Fiji Green. HEX triplet: 5D, 6F and 00. RGB value is (93,111,0). Sum of RGB (Red+Green+Blue) = 93+111+0=204 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.59% from 204); Green value is 111 (43.75% from 255 or 54.41% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 111 - color contains mainly: green. Hex color #5D6F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6F00 is #A290FF. Grayscale: #5D5D5D. Windows color (decimal): -10653952 or 28509. OLE color: 28509.

HSL color Cylindrical-coordinate representation of color #5D6F00: hue angle of 69.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D6F00 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 111 0 -
CMYK 0.16 0 1 0.56
HSL 69.73º 1% 0.22% -
HSV(B) 69.73º 1% 0.44% -
XYZ 10.2 13.7 2.11 -
YUV 92.96 75.54 128.03 -
System Red Green Blue C M Y K H S L
Decimal 93 111 0 0.16 0 1 0.56 69.73 1 0.22
Hex 5D 6F 0 10 0 64 38 46 64 16
Octal 135 157 0 20 0 144 70 106 144 26
Binary 1011101 1101111 0 10000 0 1100100 111000 1000110 1100100 10110

Color Harmonies of #5D6F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6F00

Black with #5D6F00

Text Example


Text Example

White with #5D6F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,111,0); }

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

background-color css

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

 a { background-color: rgb(93,111,0); }

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

border-color css

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

 span { border-color: rgb(93,111,0); }

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