Html Css Color HEX #667314 Fiji Green

📋 copy color: '#667314'

red 102 ◦ green 115 ◦ blue 20

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

Shades of Fiji Green #667314

Tints of Fiji Green #667314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.44%

R = 43.04%
G = 48.52%
B = 8.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#667314 (or 0x667314) is known color: Fiji Green. HEX triplet: 66, 73 and 14. RGB value is (102,115,20). Sum of RGB (Red+Green+Blue) = 102+115+20=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #667314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667314 is #998CEB. Grayscale: #646464. Windows color (decimal): -10063084 or 1340262. OLE color: 1340262.

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

Color convert

RGB 102 115 20 -
CMYK 0.11 0 0.83 0.55
HSL 68.21º 0.7% 0.26% -
HSV(B) 68.21º 0.83% 0.45% -
XYZ 11.74 15.14 2.96 -
YUV 100.28 82.69 129.22 -
System Red Green Blue C M Y K H S L
Decimal 102 115 20 0.11 0 0.83 0.55 68.21 0.7 0.26
Hex 66 73 14 B 0 53 37 44 46 1A
Octal 146 163 24 13 0 123 67 104 106 32
Binary 1100110 1110011 10100 1011 0 1010011 110111 1000100 1000110 11010

Color Harmonies of #667314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667314

Black with #667314

Text Example


Text Example

White with #667314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667314; }

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

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

background-color css

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

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

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

border-color css

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

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

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