Html Css Color HEX #60770B Fiji Green

📋 copy color: '#60770B'

red 96 ◦ green 119 ◦ blue 11

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

Shades of Fiji Green #60770B

Tints of Fiji Green #60770B

RGB

 RED value IS 96 (37.89% from 255) = 42.48%

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

 BLUE value IS 11 (4.69% from 255) = 4.87%

R = 42.48%
G = 52.65%
B = 4.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#60770B (or 0x60770B) is known color: Fiji Green. HEX triplet: 60, 77 and 0B. RGB value is (96,119,11). Sum of RGB (Red+Green+Blue) = 96+119+11=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #60770B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60770B is #9F88F4. Grayscale: #646464. Windows color (decimal): -10455285 or 751456. OLE color: 751456.

HSL color Cylindrical-coordinate representation of color #60770B: hue angle of 72.78º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60770B is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 119 11 -
CMYK 0.19 0 0.91 0.53
HSL 72.78º 0.83% 0.25% -
HSV(B) 72.78º 0.91% 0.47% -
XYZ 11.48 15.7 2.74 -
YUV 99.81 77.88 125.28 -
System Red Green Blue C M Y K H S L
Decimal 96 119 11 0.19 0 0.91 0.53 72.78 0.83 0.25
Hex 60 77 B 13 0 5B 35 49 53 19
Octal 140 167 13 23 0 133 65 111 123 31
Binary 1100000 1110111 1011 10011 0 1011011 110101 1001001 1010011 11001

Color Harmonies of #60770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60770B

Black with #60770B

Text Example


Text Example

White with #60770B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60770B; }

 p { color: rgb(96,119,11); }

 H1.HeaderClassName
 {
   color: #60770B;
 }
 .AnyTagClassName
 {
   color: #60770B;
 }
</style>

background-color css

<style>
 a { background-color: #60770B; }

 a { background-color: rgb(96,119,11); }

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

border-color css

<style>
 span { border-color: #60770B; }

 span { border-color: rgb(96,119,11); }

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