Html Css Color HEX #606512 Fiji Green

📋 copy color: '#606512'

red 96 ◦ green 101 ◦ blue 18

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

Shades of Fiji Green #606512

Tints of Fiji Green #606512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.98%

 BLUE value IS 18 (7.42% from 255) = 8.37%

R = 44.65%
G = 46.98%
B = 8.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#606512 (or 0x606512) is known color: Fiji Green. HEX triplet: 60, 65 and 12. RGB value is (96,101,18). Sum of RGB (Red+Green+Blue) = 96+101+18=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 101 - color contains mainly: green. Hex color #606512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606512 is #9F9AED. Grayscale: #5A5A5A. Windows color (decimal): -10459886 or 1205600. OLE color: 1205600.

HSL color Cylindrical-coordinate representation of color #606512: hue angle of 63.61º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #606512 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 101 18 -
CMYK 0.05 0 0.82 0.60
HSL 63.61º 0.7% 0.23% -
HSV(B) 63.61º 0.82% 0.4% -
XYZ 9.59 11.84 2.35 -
YUV 90.04 87.34 132.25 -
System Red Green Blue C M Y K H S L
Decimal 96 101 18 0.05 0 0.82 0.60 63.61 0.7 0.23
Hex 60 65 12 5 0 52 3C 40 46 17
Octal 140 145 22 5 0 122 74 100 106 27
Binary 1100000 1100101 10010 101 0 1010010 111100 1000000 1000110 10111

Color Harmonies of #606512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606512

Black with #606512

Text Example


Text Example

White with #606512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606512; }

 p { color: rgb(96,101,18); }

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

background-color css

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

 a { background-color: rgb(96,101,18); }

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

border-color css

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

 span { border-color: rgb(96,101,18); }

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