Html Css Color HEX #667B01 Olive

📋 copy color: '#667B01'

red 102 ◦ green 123 ◦ blue 1

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

Shades of Olive #667B01

Tints of Olive #667B01

RGB

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

 GREEN value IS 123 (48.44% from 255) = 54.42%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 45.13%
G = 54.42%
B = 0.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#667B01 (or 0x667B01) is known color: Olive. HEX triplet: 66, 7B and 01. RGB value is (102,123,1). Sum of RGB (Red+Green+Blue) = 102+123+1=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 123 (48.44% from 255 or 54.42% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 123 - color contains mainly: green. Hex color #667B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667B01 is #9984FE. Grayscale: #676767. Windows color (decimal): -10061055 or 97126. OLE color: 97126.

HSL color Cylindrical-coordinate representation of color #667B01: hue angle of 70.33º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #667B01 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB 102 123 1 -
CMYK 0.17 0 0.99 0.52
HSL 70.33º 0.98% 0.24% -
HSV(B) 70.33º 0.99% 0.48% -
XYZ 12.57 16.99 2.65 -
YUV 102.81 70.54 127.42 -
System Red Green Blue C M Y K H S L
Decimal 102 123 1 0.17 0 0.99 0.52 70.33 0.98 0.24
Hex 66 7B 1 11 0 63 34 46 62 18
Octal 146 173 1 21 0 143 64 106 142 30
Binary 1100110 1111011 1 10001 0 1100011 110100 1000110 1100010 11000

Color Harmonies of #667B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667B01

Black with #667B01

Text Example


Text Example

White with #667B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,123,1); }

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

background-color css

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

 a { background-color: rgb(102,123,1); }

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

border-color css

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

 span { border-color: rgb(102,123,1); }

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