Html Css Color HEX #679A1B Olive Drab

📋 copy color: '#679A1B'

red 103 ◦ green 154 ◦ blue 27

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

Shades of Olive Drab #679A1B

Tints of Olive Drab #679A1B

RGB

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

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

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

R = 36.27%
G = 54.23%
B = 9.51%

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

#679A1B (or 0x679A1B) is known color: Olive Drab. HEX triplet: 67, 9A and 1B. RGB value is (103,154,27). Sum of RGB (Red+Green+Blue) = 103+154+27=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 154 (60.55% from 255 or 54.23% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 154 - color contains mainly: green. Hex color #679A1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679A1B is #9865E4. Grayscale: #7C7C7C. Windows color (decimal): -9987557 or 1808999. OLE color: 1808999.

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

Color convert

RGB 103 154 27 -
CMYK 0.33 0 0.82 0.40
HSL 84.09º 0.7% 0.35% -
HSV(B) 84.09º 0.82% 0.6% -
XYZ 17.35 26.07 5.16 -
YUV 124.27 73.1 112.83 -
System Red Green Blue C M Y K H S L
Decimal 103 154 27 0.33 0 0.82 0.40 84.09 0.7 0.35
Hex 67 9A 1B 21 0 52 28 54 46 23
Octal 147 232 33 41 0 122 50 124 106 43
Binary 1100111 10011010 11011 100001 0 1010010 101000 1010100 1000110 100011

Color Harmonies of #679A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679A1B

Black with #679A1B

Text Example


Text Example

White with #679A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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