Html Css Color HEX #647A02 Olive

📋 copy color: '#647A02'

red 100 ◦ green 122 ◦ blue 2

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

Shades of Olive #647A02

Tints of Olive #647A02

RGB

 RED value IS 100 (39.45% from 255) = 44.64%

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

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 44.64%
G = 54.46%
B = 0.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#647A02 (or 0x647A02) is known color: Olive. HEX triplet: 64, 7A and 02. RGB value is (100,122,2). Sum of RGB (Red+Green+Blue) = 100+122+2=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 122 (48.05% from 255 or 54.46% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 122 - color contains mainly: green. Hex color #647A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #647A02 is #9B85FD. Grayscale: #666666. Windows color (decimal): -10192382 or 162404. OLE color: 162404.

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

Color convert

RGB 100 122 2 -
CMYK 0.18 0 0.98 0.52
HSL 71º 0.97% 0.24% -
HSV(B) 71º 0.98% 0.48% -
XYZ 12.23 16.63 2.62 -
YUV 101.74 71.71 126.76 -
System Red Green Blue C M Y K H S L
Decimal 100 122 2 0.18 0 0.98 0.52 71 0.97 0.24
Hex 64 7A 2 12 0 62 34 47 61 18
Octal 144 172 2 22 0 142 64 107 141 30
Binary 1100100 1111010 10 10010 0 1100010 110100 1000111 1100001 11000

Color Harmonies of #647A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647A02

Black with #647A02

Text Example


Text Example

White with #647A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647A02; }

 p { color: rgb(100,122,2); }

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

background-color css

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

 a { background-color: rgb(100,122,2); }

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

border-color css

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

 span { border-color: rgb(100,122,2); }

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