Html Css Color HEX #698B07 Olive Drab

📋 copy color: '#698B07'

red 105 ◦ green 139 ◦ blue 7

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

Shades of Olive Drab #698B07

Tints of Olive Drab #698B07

RGB

 RED value IS 105 (41.41% from 255) = 41.83%

 GREEN value IS 139 (54.69% from 255) = 55.38%

 BLUE value IS 7 (3.13% from 255) = 2.79%

R = 41.83%
G = 55.38%
B = 2.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.95

 K value IS 0.45

RGB Variations

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

Color information

#698B07 (or 0x698B07) is known color: Olive Drab. HEX triplet: 69, 8B and 07. RGB value is (105,139,7). Sum of RGB (Red+Green+Blue) = 105+139+7=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 139 (54.69% from 255 or 55.38% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 139 - color contains mainly: green. Hex color #698B07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698B07 is #9674F8. Grayscale: #727272. Windows color (decimal): -9860345 or 494441. OLE color: 494441.

HSL color Cylindrical-coordinate representation of color #698B07: hue angle of 75.45º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #698B07 is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 139 7 -
CMYK 0.24 0 0.95 0.45
HSL 75.45º 0.9% 0.29% -
HSV(B) 75.45º 0.95% 0.55% -
XYZ 15.1 21.48 3.55 -
YUV 113.79 67.74 121.73 -
System Red Green Blue C M Y K H S L
Decimal 105 139 7 0.24 0 0.95 0.45 75.45 0.9 0.29
Hex 69 8B 7 18 0 5F 2D 4B 5A 1D
Octal 151 213 7 30 0 137 55 113 132 35
Binary 1101001 10001011 111 11000 0 1011111 101101 1001011 1011010 11101

Color Harmonies of #698B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698B07

Black with #698B07

Text Example


Text Example

White with #698B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698B07; }

 p { color: rgb(105,139,7); }

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

background-color css

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

 a { background-color: rgb(105,139,7); }

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

border-color css

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

 span { border-color: rgb(105,139,7); }

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