Html Css Color HEX #606813 Fiji Green

📋 copy color: '#606813'

red 96 ◦ green 104 ◦ blue 19

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

Shades of Fiji Green #606813

Tints of Fiji Green #606813

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.49%

 BLUE value IS 19 (7.81% from 255) = 8.68%

R = 43.84%
G = 47.49%
B = 8.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#606813 (or 0x606813) is known color: Fiji Green. HEX triplet: 60, 68 and 13. RGB value is (96,104,19). Sum of RGB (Red+Green+Blue) = 96+104+19=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #606813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606813 is #9F97EC. Grayscale: #5C5C5C. Windows color (decimal): -10459117 or 1271904. OLE color: 1271904.

HSL color Cylindrical-coordinate representation of color #606813: hue angle of 65.65º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #606813 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 104 19 -
CMYK 0.08 0 0.82 0.59
HSL 65.65º 0.69% 0.24% -
HSV(B) 65.65º 0.82% 0.41% -
XYZ 9.89 12.43 2.49 -
YUV 91.92 86.85 130.91 -
System Red Green Blue C M Y K H S L
Decimal 96 104 19 0.08 0 0.82 0.59 65.65 0.69 0.24
Hex 60 68 13 8 0 52 3B 42 45 18
Octal 140 150 23 10 0 122 73 102 105 30
Binary 1100000 1101000 10011 1000 0 1010010 111011 1000010 1000101 11000

Color Harmonies of #606813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606813

Black with #606813

Text Example


Text Example

White with #606813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606813; }

 p { color: rgb(96,104,19); }

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

background-color css

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

 a { background-color: rgb(96,104,19); }

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

border-color css

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

 span { border-color: rgb(96,104,19); }

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