Html Css Color HEX #697B00 Olive

📋 copy color: '#697B00'

red 105 ◦ green 123 ◦ blue 0

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

Shades of Olive #697B00

Tints of Olive #697B00

RGB

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

 GREEN value IS 123 (48.44% from 255) = 53.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.05%
G = 53.95%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.52

RGB Variations

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

Color information

#697B00 (or 0x697B00) is known color: Olive. HEX triplet: 69, 7B and 00. RGB value is (105,123,0). Sum of RGB (Red+Green+Blue) = 105+123+0=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 123 (48.44% from 255 or 53.95% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 123 - color contains mainly: green. Hex color #697B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #697B00 is #9684FF. Grayscale: #686868. Windows color (decimal): -9864448 or 31593. OLE color: 31593.

HSL color Cylindrical-coordinate representation of color #697B00: hue angle of 68.78º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #697B00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.52.

Color convert

RGB 105 123 0 -
CMYK 0.15 0 1 0.52
HSL 68.78º 1% 0.24% -
HSV(B) 68.78º 1% 0.48% -
XYZ 12.91 17.17 2.63 -
YUV 103.6 69.54 129 -
System Red Green Blue C M Y K H S L
Decimal 105 123 0 0.15 0 1 0.52 68.78 1 0.24
Hex 69 7B 0 F 0 64 34 45 64 18
Octal 151 173 0 17 0 144 64 105 144 30
Binary 1101001 1111011 0 1111 0 1100100 110100 1000101 1100100 11000

Color Harmonies of #697B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697B00

Black with #697B00

Text Example


Text Example

White with #697B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697B00; }

 p { color: rgb(105,123,0); }

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

background-color css

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

 a { background-color: rgb(105,123,0); }

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

border-color css

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

 span { border-color: rgb(105,123,0); }

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