Html Css Color HEX #699A70 Oxley

📋 copy color: '#699A70'

red 105 ◦ green 154 ◦ blue 112

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

Shades of Oxley #699A70

Tints of Oxley #699A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 28.3%
G = 41.51%
B = 30.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#699A70 (or 0x699A70) is known color: Oxley. HEX triplet: 69, 9A and 70. RGB value is (105,154,112). Sum of RGB (Red+Green+Blue) = 105+154+112=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 154 - color contains mainly: green. Hex color #699A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699A70 is #96658F. Grayscale: #868686. Windows color (decimal): -9856400 or 7379561. OLE color: 7379561.

HSL color Cylindrical-coordinate representation of color #699A70: hue angle of 128.57º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699A70 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 154 112 -
CMYK 0.32 0 0.27 0.40
HSL 128.57º 0.2% 0.51% -
HSV(B) 128.57º 0.32% 0.6% -
XYZ 20.31 27.28 19.53 -
YUV 134.56 115.27 106.92 -
System Red Green Blue C M Y K H S L
Decimal 105 154 112 0.32 0 0.27 0.40 128.57 0.2 0.51
Hex 69 9A 70 20 0 1B 28 81 14 33
Octal 151 232 160 40 0 33 50 201 24 63
Binary 1101001 10011010 1110000 100000 0 11011 101000 10000001 10100 110011

Color Harmonies of #699A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699A70

Black with #699A70

Text Example


Text Example

White with #699A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699A70; }

 p { color: rgb(105,154,112); }

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

background-color css

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

 a { background-color: rgb(105,154,112); }

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

border-color css

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

 span { border-color: rgb(105,154,112); }

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