Html Css Color HEX #66750F Fiji Green

📋 copy color: '#66750F'

red 102 ◦ green 117 ◦ blue 15

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

Shades of Fiji Green #66750F

Tints of Fiji Green #66750F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50%

 BLUE value IS 15 (6.25% from 255) = 6.41%

R = 43.59%
G = 50%
B = 6.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#66750F (or 0x66750F) is known color: Fiji Green. HEX triplet: 66, 75 and 0F. RGB value is (102,117,15). Sum of RGB (Red+Green+Blue) = 102+117+15=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #66750F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66750F is #998AF0. Grayscale: #656565. Windows color (decimal): -10062577 or 1013094. OLE color: 1013094.

HSL color Cylindrical-coordinate representation of color #66750F: hue angle of 68.82º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66750F is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 117 15 -
CMYK 0.13 0 0.87 0.54
HSL 68.82º 0.77% 0.26% -
HSV(B) 68.82º 0.87% 0.46% -
XYZ 11.93 15.58 2.83 -
YUV 100.89 79.53 128.79 -
System Red Green Blue C M Y K H S L
Decimal 102 117 15 0.13 0 0.87 0.54 68.82 0.77 0.26
Hex 66 75 F D 0 57 36 45 4D 1A
Octal 146 165 17 15 0 127 66 105 115 32
Binary 1100110 1110101 1111 1101 0 1010111 110110 1000101 1001101 11010

Color Harmonies of #66750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66750F

Black with #66750F

Text Example


Text Example

White with #66750F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66750F; }

 p { color: rgb(102,117,15); }

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

background-color css

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

 a { background-color: rgb(102,117,15); }

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

border-color css

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

 span { border-color: rgb(102,117,15); }

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