Html Css Color HEX #667A1B Fiji Green

📋 copy color: '#667A1B'

red 102 ◦ green 122 ◦ blue 27

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

Shades of Fiji Green #667A1B

Tints of Fiji Green #667A1B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 48.61%

 BLUE value IS 27 (10.94% from 255) = 10.76%

R = 40.64%
G = 48.61%
B = 10.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#667A1B (or 0x667A1B) is known color: Fiji Green. HEX triplet: 66, 7A and 1B. RGB value is (102,122,27). Sum of RGB (Red+Green+Blue) = 102+122+27=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 122 - color contains mainly: green. Hex color #667A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667A1B is #9985E4. Grayscale: #696969. Windows color (decimal): -10061285 or 1800806. OLE color: 1800806.

HSL color Cylindrical-coordinate representation of color #667A1B: hue angle of 72.63º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #667A1B is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB 102 122 27 -
CMYK 0.16 0 0.78 0.52
HSL 72.63º 0.64% 0.29% -
HSV(B) 72.63º 0.78% 0.48% -
XYZ 12.64 16.82 3.62 -
YUV 105.19 83.87 125.72 -
System Red Green Blue C M Y K H S L
Decimal 102 122 27 0.16 0 0.78 0.52 72.63 0.64 0.29
Hex 66 7A 1B 10 0 4E 34 49 40 1D
Octal 146 172 33 20 0 116 64 111 100 35
Binary 1100110 1111010 11011 10000 0 1001110 110100 1001001 1000000 11101

Color Harmonies of #667A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667A1B

Black with #667A1B

Text Example


Text Example

White with #667A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667A1B; }

 p { color: rgb(102,122,27); }

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

background-color css

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

 a { background-color: rgb(102,122,27); }

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

border-color css

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

 span { border-color: rgb(102,122,27); }

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