Html Css Color HEX #66690D Fiji Green

📋 copy color: '#66690D'

red 102 ◦ green 105 ◦ blue 13

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

Shades of Fiji Green #66690D

Tints of Fiji Green #66690D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.73%

 BLUE value IS 13 (5.47% from 255) = 5.91%

R = 46.36%
G = 47.73%
B = 5.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#66690D (or 0x66690D) is known color: Fiji Green. HEX triplet: 66, 69 and 0D. RGB value is (102,105,13). Sum of RGB (Red+Green+Blue) = 102+105+13=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 105 - color contains mainly: green. Hex color #66690D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66690D is #9996F2. Grayscale: #5D5D5D. Windows color (decimal): -10065651 or 878950. OLE color: 878950.

HSL color Cylindrical-coordinate representation of color #66690D: hue angle of 61.96º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66690D is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 105 13 -
CMYK 0.03 0 0.88 0.59
HSL 61.96º 0.78% 0.23% -
HSV(B) 61.96º 0.88% 0.41% -
XYZ 10.6 12.96 2.32 -
YUV 93.62 82.51 133.98 -
System Red Green Blue C M Y K H S L
Decimal 102 105 13 0.03 0 0.88 0.59 61.96 0.78 0.23
Hex 66 69 D 3 0 58 3B 3E 4E 17
Octal 146 151 15 3 0 130 73 76 116 27
Binary 1100110 1101001 1101 11 0 1011000 111011 111110 1001110 10111

Color Harmonies of #66690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66690D

Black with #66690D

Text Example


Text Example

White with #66690D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66690D; }

 p { color: rgb(102,105,13); }

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

background-color css

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

 a { background-color: rgb(102,105,13); }

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

border-color css

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

 span { border-color: rgb(102,105,13); }

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