Html Css Color HEX #689B70 Oxley

📋 copy color: '#689B70'

red 104 ◦ green 155 ◦ blue 112

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

Shades of Oxley #689B70

Tints of Oxley #689B70

RGB

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

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

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

R = 28.03%
G = 41.78%
B = 30.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#689B70 (or 0x689B70) is known color: Oxley. HEX triplet: 68, 9B and 70. RGB value is (104,155,112). Sum of RGB (Red+Green+Blue) = 104+155+112=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #689B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689B70 is #97648F. Grayscale: #868686. Windows color (decimal): -9921680 or 7379816. OLE color: 7379816.

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

Color convert

RGB 104 155 112 -
CMYK 0.33 0 0.28 0.39
HSL 129.41º 0.2% 0.51% -
HSV(B) 129.41º 0.33% 0.61% -
XYZ 20.35 27.56 19.58 -
YUV 134.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 104 155 112 0.33 0 0.28 0.39 129.41 0.2 0.51
Hex 68 9B 70 21 0 1C 27 81 14 33
Octal 150 233 160 41 0 34 47 201 24 63
Binary 1101000 10011011 1110000 100001 0 11100 100111 10000001 10100 110011

Color Harmonies of #689B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689B70

Black with #689B70

Text Example


Text Example

White with #689B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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