Html Css Color HEX #679102 Olive Drab

📋 copy color: '#679102'

red 103 ◦ green 145 ◦ blue 2

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

Shades of Olive Drab #679102

Tints of Olive Drab #679102

RGB

 RED value IS 103 (40.63% from 255) = 41.2%

 GREEN value IS 145 (57.03% from 255) = 58%

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

R = 41.2%
G = 58%
B = 0.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#679102 (or 0x679102) is known color: Olive Drab. HEX triplet: 67, 91 and 02. RGB value is (103,145,2). Sum of RGB (Red+Green+Blue) = 103+145+2=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #679102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679102 is #986EFD. Grayscale: #747474. Windows color (decimal): -9989886 or 168295. OLE color: 168295.

HSL color Cylindrical-coordinate representation of color #679102: hue angle of 77.62º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #679102 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 103 145 2 -
CMYK 0.29 0 0.99 0.43
HSL 77.62º 0.97% 0.29% -
HSV(B) 77.62º 0.99% 0.57% -
XYZ 15.73 23.14 3.69 -
YUV 116.14 63.59 118.63 -
System Red Green Blue C M Y K H S L
Decimal 103 145 2 0.29 0 0.99 0.43 77.62 0.97 0.29
Hex 67 91 2 1D 0 63 2B 4E 61 1D
Octal 147 221 2 35 0 143 53 116 141 35
Binary 1100111 10010001 10 11101 0 1100011 101011 1001110 1100001 11101

Color Harmonies of #679102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679102

Black with #679102

Text Example


Text Example

White with #679102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679102; }

 p { color: rgb(103,145,2); }

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

background-color css

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

 a { background-color: rgb(103,145,2); }

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

border-color css

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

 span { border-color: rgb(103,145,2); }

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