Html Css Color HEX #689770 Oxley

📋 copy color: '#689770'

red 104 ◦ green 151 ◦ blue 112

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

Shades of Oxley #689770

Tints of Oxley #689770

RGB

 RED value IS 104 (41.02% from 255) = 28.34%

 GREEN value IS 151 (59.38% from 255) = 41.14%

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

R = 28.34%
G = 41.14%
B = 30.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#689770 (or 0x689770) is known color: Oxley. HEX triplet: 68, 97 and 70. RGB value is (104,151,112). Sum of RGB (Red+Green+Blue) = 104+151+112=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #689770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689770 is #97688F. Grayscale: #848484. Windows color (decimal): -9922704 or 7378792. OLE color: 7378792.

HSL color Cylindrical-coordinate representation of color #689770: hue angle of 130.21º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689770 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 151 112 -
CMYK 0.31 0 0.26 0.41
HSL 130.21º 0.18% 0.5% -
HSV(B) 130.21º 0.31% 0.59% -
XYZ 19.7 26.25 19.36 -
YUV 132.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 104 151 112 0.31 0 0.26 0.41 130.21 0.18 0.5
Hex 68 97 70 1F 0 1A 29 82 12 32
Octal 150 227 160 37 0 32 51 202 22 62
Binary 1101000 10010111 1110000 11111 0 11010 101001 10000010 10010 110010

Color Harmonies of #689770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689770

Black with #689770

Text Example


Text Example

White with #689770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689770; }

 p { color: rgb(104,151,112); }

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

background-color css

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

 a { background-color: rgb(104,151,112); }

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

border-color css

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

 span { border-color: rgb(104,151,112); }

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