Html Css Color HEX #667320 Fiji Green

📋 copy color: '#667320'

red 102 ◦ green 115 ◦ blue 32

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

Shades of Fiji Green #667320

Tints of Fiji Green #667320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.18%

 BLUE value IS 32 (12.89% from 255) = 12.85%

R = 40.96%
G = 46.18%
B = 12.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#667320 (or 0x667320) is known color: Fiji Green. HEX triplet: 66, 73 and 20. RGB value is (102,115,32). Sum of RGB (Red+Green+Blue) = 102+115+32=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #667320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667320 is #998CDF. Grayscale: #656565. Windows color (decimal): -10063072 or 2126694. OLE color: 2126694.

HSL color Cylindrical-coordinate representation of color #667320: hue angle of 69.4º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #667320 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 115 32 -
CMYK 0.11 0 0.72 0.55
HSL 69.4º 0.56% 0.29% -
HSV(B) 69.4º 0.72% 0.45% -
XYZ 11.87 15.19 3.67 -
YUV 101.65 88.69 128.25 -
System Red Green Blue C M Y K H S L
Decimal 102 115 32 0.11 0 0.72 0.55 69.4 0.56 0.29
Hex 66 73 20 B 0 48 37 45 38 1D
Octal 146 163 40 13 0 110 67 105 70 35
Binary 1100110 1110011 100000 1011 0 1001000 110111 1000101 111000 11101

Color Harmonies of #667320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667320

Black with #667320

Text Example


Text Example

White with #667320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667320; }

 p { color: rgb(102,115,32); }

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

background-color css

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

 a { background-color: rgb(102,115,32); }

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

border-color css

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

 span { border-color: rgb(102,115,32); }

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