Html Css Color HEX #606213 Fiji Green

📋 copy color: '#606213'

red 96 ◦ green 98 ◦ blue 19

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

Shades of Fiji Green #606213

Tints of Fiji Green #606213

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.01%

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

R = 45.07%
G = 46.01%
B = 8.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#606213 (or 0x606213) is known color: Fiji Green. HEX triplet: 60, 62 and 13. RGB value is (96,98,19). Sum of RGB (Red+Green+Blue) = 96+98+19=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #606213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606213 is #9F9DEC. Grayscale: #585858. Windows color (decimal): -10460653 or 1270368. OLE color: 1270368.

HSL color Cylindrical-coordinate representation of color #606213: hue angle of 61.52º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #606213 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 98 19 -
CMYK 0.02 0 0.81 0.62
HSL 61.52º 0.68% 0.23% -
HSV(B) 61.52º 0.81% 0.38% -
XYZ 9.31 11.27 2.3 -
YUV 88.4 88.84 133.42 -
System Red Green Blue C M Y K H S L
Decimal 96 98 19 0.02 0 0.81 0.62 61.52 0.68 0.23
Hex 60 62 13 2 0 51 3E 3E 44 17
Octal 140 142 23 2 0 121 76 76 104 27
Binary 1100000 1100010 10011 10 0 1010001 111110 111110 1000100 10111

Color Harmonies of #606213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606213

Black with #606213

Text Example


Text Example

White with #606213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606213; }

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

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

background-color css

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

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

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

border-color css

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

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

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