Html Css Color HEX #606306 Fiji Green

📋 copy color: '#606306'

red 96 ◦ green 99 ◦ blue 6

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

Shades of Fiji Green #606306

Tints of Fiji Green #606306

RGB

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

 GREEN value IS 99 (39.06% from 255) = 49.25%

 BLUE value IS 6 (2.73% from 255) = 2.99%

R = 47.76%
G = 49.25%
B = 2.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#606306 (or 0x606306) is known color: Fiji Green. HEX triplet: 60, 63 and 06. RGB value is (96,99,6). Sum of RGB (Red+Green+Blue) = 96+99+6=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #606306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #606306 is #9F9CF9. Grayscale: #575757. Windows color (decimal): -10460410 or 418656. OLE color: 418656.

HSL color Cylindrical-coordinate representation of color #606306: hue angle of 61.94º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #606306 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 99 6 -
CMYK 0.03 0 0.94 0.61
HSL 61.94º 0.89% 0.21% -
HSV(B) 61.94º 0.94% 0.39% -
XYZ 9.32 11.42 1.89 -
YUV 87.5 82.01 134.06 -
System Red Green Blue C M Y K H S L
Decimal 96 99 6 0.03 0 0.94 0.61 61.94 0.89 0.21
Hex 60 63 6 3 0 5E 3D 3E 59 15
Octal 140 143 6 3 0 136 75 76 131 25
Binary 1100000 1100011 110 11 0 1011110 111101 111110 1011001 10101

Color Harmonies of #606306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606306

Black with #606306

Text Example


Text Example

White with #606306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606306; }

 p { color: rgb(96,99,6); }

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

background-color css

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

 a { background-color: rgb(96,99,6); }

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

border-color css

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

 span { border-color: rgb(96,99,6); }

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