Html Css Color HEX #666003 Fiji Green

📋 copy color: '#666003'

red 102 ◦ green 96 ◦ blue 3

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

Shades of Fiji Green #666003

Tints of Fiji Green #666003

RGB

 RED value IS 102 (40.23% from 255) = 50.75%

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

 BLUE value IS 3 (1.56% from 255) = 1.49%

R = 50.75%
G = 47.76%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.6

RGB Variations

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

Color information

#666003 (or 0x666003) is known color: Fiji Green. HEX triplet: 66, 60 and 03. RGB value is (102,96,3). Sum of RGB (Red+Green+Blue) = 102+96+3=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #666003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666003 is #999FFC. Grayscale: #575757. Windows color (decimal): -10067965 or 221286. OLE color: 221286.

HSL color Cylindrical-coordinate representation of color #666003: hue angle of 56.36º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #666003 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 96 3 -
CMYK 0 0.06 0.97 0.6
HSL 56.36º 0.94% 0.21% -
HSV(B) 56.36º 0.97% 0.4% -
XYZ 9.68 11.2 1.74 -
YUV 87.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 102 96 3 0 0.06 0.97 0.6 56.36 0.94 0.21
Hex 66 60 3 0 6 61 3C 38 5E 15
Octal 146 140 3 0 6 141 74 70 136 25
Binary 1100110 1100000 11 0 110 1100001 111100 111000 1011110 10101

Color Harmonies of #666003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666003

Black with #666003

Text Example


Text Example

White with #666003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666003; }

 p { color: rgb(102,96,3); }

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

background-color css

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

 a { background-color: rgb(102,96,3); }

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

border-color css

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

 span { border-color: rgb(102,96,3); }

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