Html Css Color HEX #5B760C Fiji Green

📋 copy color: '#5B760C'

red 91 ◦ green 118 ◦ blue 12

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

Shades of Fiji Green #5B760C

Tints of Fiji Green #5B760C

RGB

 RED value IS 91 (35.94% from 255) = 41.18%

 GREEN value IS 118 (46.48% from 255) = 53.39%

 BLUE value IS 12 (5.08% from 255) = 5.43%

R = 41.18%
G = 53.39%
B = 5.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#5B760C (or 0x5B760C) is known color: Fiji Green. HEX triplet: 5B, 76 and 0C. RGB value is (91,118,12). Sum of RGB (Red+Green+Blue) = 91+118+12=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #5B760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B760C is #A489F3. Grayscale: #626262. Windows color (decimal): -10783220 or 816731. OLE color: 816731.

HSL color Cylindrical-coordinate representation of color #5B760C: hue angle of 75.28º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B760C is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 91 118 12 -
CMYK 0.23 0 0.90 0.54
HSL 75.28º 0.82% 0.25% -
HSV(B) 75.28º 0.9% 0.46% -
XYZ 10.86 15.21 2.71 -
YUV 97.84 79.55 123.12 -
System Red Green Blue C M Y K H S L
Decimal 91 118 12 0.23 0 0.90 0.54 75.28 0.82 0.25
Hex 5B 76 C 17 0 5A 36 4B 52 19
Octal 133 166 14 27 0 132 66 113 122 31
Binary 1011011 1110110 1100 10111 0 1011010 110110 1001011 1010010 11001

Color Harmonies of #5B760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B760C

Black with #5B760C

Text Example


Text Example

White with #5B760C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,118,12); }

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

background-color css

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

 a { background-color: rgb(91,118,12); }

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

border-color css

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

 span { border-color: rgb(91,118,12); }

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