Html Css Color HEX #699B70 Oxley

📋 copy color: '#699B70'

red 105 ◦ green 155 ◦ blue 112

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

Shades of Oxley #699B70

Tints of Oxley #699B70

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.67%

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

R = 28.23%
G = 41.67%
B = 30.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#699B70 (or 0x699B70) is known color: Oxley. HEX triplet: 69, 9B and 70. RGB value is (105,155,112). Sum of RGB (Red+Green+Blue) = 105+155+112=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 155 - color contains mainly: green. Hex color #699B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699B70 is #96648F. Grayscale: #878787. Windows color (decimal): -9856144 or 7379817. OLE color: 7379817.

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

Color convert

RGB 105 155 112 -
CMYK 0.32 0 0.28 0.39
HSL 128.4º 0.2% 0.51% -
HSV(B) 128.4º 0.32% 0.61% -
XYZ 20.47 27.62 19.58 -
YUV 135.15 114.94 106.5 -
System Red Green Blue C M Y K H S L
Decimal 105 155 112 0.32 0 0.28 0.39 128.4 0.2 0.51
Hex 69 9B 70 20 0 1C 27 80 14 33
Octal 151 233 160 40 0 34 47 200 24 63
Binary 1101001 10011011 1110000 100000 0 11100 100111 10000000 10100 110011

Color Harmonies of #699B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B70

Black with #699B70

Text Example


Text Example

White with #699B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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