Html Css Color HEX #679A1C Olive Drab

📋 copy color: '#679A1C'

red 103 ◦ green 154 ◦ blue 28

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

Shades of Olive Drab #679A1C

Tints of Olive Drab #679A1C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 54.04%

 BLUE value IS 28 (11.33% from 255) = 9.82%

R = 36.14%
G = 54.04%
B = 9.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#679A1C (or 0x679A1C) is known color: Olive Drab. HEX triplet: 67, 9A and 1C. RGB value is (103,154,28). Sum of RGB (Red+Green+Blue) = 103+154+28=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 154 (60.55% from 255 or 54.04% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 154 - color contains mainly: green. Hex color #679A1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679A1C is #9865E3. Grayscale: #7C7C7C. Windows color (decimal): -9987556 or 1874535. OLE color: 1874535.

HSL color Cylindrical-coordinate representation of color #679A1C: hue angle of 84.29º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #679A1C is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 154 28 -
CMYK 0.33 0 0.82 0.40
HSL 84.29º 0.69% 0.36% -
HSV(B) 84.29º 0.82% 0.6% -
XYZ 17.36 26.08 5.22 -
YUV 124.39 73.6 112.75 -
System Red Green Blue C M Y K H S L
Decimal 103 154 28 0.33 0 0.82 0.40 84.29 0.69 0.36
Hex 67 9A 1C 21 0 52 28 54 45 24
Octal 147 232 34 41 0 122 50 124 105 44
Binary 1100111 10011010 11100 100001 0 1010010 101000 1010100 1000101 100100

Color Harmonies of #679A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679A1C

Black with #679A1C

Text Example


Text Example

White with #679A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679A1C; }

 p { color: rgb(103,154,28); }

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

background-color css

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

 a { background-color: rgb(103,154,28); }

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

border-color css

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

 span { border-color: rgb(103,154,28); }

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