Html Css Color HEX #689F72 Oxley

📋 copy color: '#689F72'

red 104 ◦ green 159 ◦ blue 114

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

Shades of Oxley #689F72

Tints of Oxley #689F72

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.18%

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 27.59%
G = 42.18%
B = 30.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#689F72 (or 0x689F72) is known color: Oxley. HEX triplet: 68, 9F and 72. RGB value is (104,159,114). Sum of RGB (Red+Green+Blue) = 104+159+114=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #689F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689F72 is #97608D. Grayscale: #898989. Windows color (decimal): -9920654 or 7511912. OLE color: 7511912.

HSL color Cylindrical-coordinate representation of color #689F72: hue angle of 130.91º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #689F72 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 159 114 -
CMYK 0.35 0 0.28 0.38
HSL 130.91º 0.22% 0.52% -
HSV(B) 130.91º 0.35% 0.62% -
XYZ 21.14 28.95 20.39 -
YUV 137.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 104 159 114 0.35 0 0.28 0.38 130.91 0.22 0.52
Hex 68 9F 72 23 0 1C 26 83 16 34
Octal 150 237 162 43 0 34 46 203 26 64
Binary 1101000 10011111 1110010 100011 0 11100 100110 10000011 10110 110100

Color Harmonies of #689F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689F72

Black with #689F72

Text Example


Text Example

White with #689F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,159,114); }

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

background-color css

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

 a { background-color: rgb(104,159,114); }

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

border-color css

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

 span { border-color: rgb(104,159,114); }

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