Html Css Color HEX #5D770D Fiji Green

📋 copy color: '#5D770D'

red 93 ◦ green 119 ◦ blue 13

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

Shades of Fiji Green #5D770D

Tints of Fiji Green #5D770D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.89%

 BLUE value IS 13 (5.47% from 255) = 5.78%

R = 41.33%
G = 52.89%
B = 5.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#5D770D (or 0x5D770D) is known color: Fiji Green. HEX triplet: 5D, 77 and 0D. RGB value is (93,119,13). Sum of RGB (Red+Green+Blue) = 93+119+13=225 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.33% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #5D770D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D770D is #A288F2. Grayscale: #636363. Windows color (decimal): -10651891 or 882525. OLE color: 882525.

HSL color Cylindrical-coordinate representation of color #5D770D: hue angle of 74.72º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D770D is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 93 119 13 -
CMYK 0.22 0 0.89 0.53
HSL 74.72º 0.8% 0.26% -
HSV(B) 74.72º 0.89% 0.47% -
XYZ 11.18 15.55 2.79 -
YUV 99.14 79.39 123.62 -
System Red Green Blue C M Y K H S L
Decimal 93 119 13 0.22 0 0.89 0.53 74.72 0.8 0.26
Hex 5D 77 D 16 0 59 35 4B 50 1A
Octal 135 167 15 26 0 131 65 113 120 32
Binary 1011101 1110111 1101 10110 0 1011001 110101 1001011 1010000 11010

Color Harmonies of #5D770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D770D

Black with #5D770D

Text Example


Text Example

White with #5D770D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,119,13); }

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

background-color css

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

 a { background-color: rgb(93,119,13); }

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

border-color css

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

 span { border-color: rgb(93,119,13); }

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