Html Css Color HEX #666507 Fiji Green

📋 copy color: '#666507'

red 102 ◦ green 101 ◦ blue 7

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

Shades of Fiji Green #666507

Tints of Fiji Green #666507

RGB

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

 GREEN value IS 101 (39.84% from 255) = 48.1%

 BLUE value IS 7 (3.13% from 255) = 3.33%

R = 48.57%
G = 48.1%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.6

RGB Variations

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

Color information

#666507 (or 0x666507) is known color: Fiji Green. HEX triplet: 66, 65 and 07. RGB value is (102,101,7). Sum of RGB (Red+Green+Blue) = 102+101+7=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #666507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666507 is #999AF8. Grayscale: #5A5A5A. Windows color (decimal): -10066681 or 484710. OLE color: 484710.

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

Color convert

RGB 102 101 7 -
CMYK 0 0.01 0.93 0.6
HSL 59.37º 0.87% 0.21% -
HSV(B) 59.37º 0.93% 0.4% -
XYZ 10.17 12.15 2.01 -
YUV 90.58 80.83 136.14 -
System Red Green Blue C M Y K H S L
Decimal 102 101 7 0 0.01 0.93 0.6 59.37 0.87 0.21
Hex 66 65 7 0 1 5D 3C 3B 57 15
Octal 146 145 7 0 1 135 74 73 127 25
Binary 1100110 1100101 111 0 1 1011101 111100 111011 1010111 10101

Color Harmonies of #666507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666507

Black with #666507

Text Example


Text Example

White with #666507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666507; }

 p { color: rgb(102,101,7); }

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

background-color css

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

 a { background-color: rgb(102,101,7); }

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

border-color css

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

 span { border-color: rgb(102,101,7); }

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