Html Css Color HEX #689072 Oxley

📋 copy color: '#689072'

red 104 ◦ green 144 ◦ blue 114

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

Shades of Oxley #689072

Tints of Oxley #689072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.78%

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

R = 28.73%
G = 39.78%
B = 31.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#689072 (or 0x689072) is known color: Oxley. HEX triplet: 68, 90 and 72. RGB value is (104,144,114). Sum of RGB (Red+Green+Blue) = 104+144+114=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 144 - color contains mainly: green. Hex color #689072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689072 is #976F8D. Grayscale: #808080. Windows color (decimal): -9924494 or 7508072. OLE color: 7508072.

HSL color Cylindrical-coordinate representation of color #689072: hue angle of 135º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #689072 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 144 114 -
CMYK 0.28 0 0.21 0.44
HSL 135º 0.16% 0.49% -
HSV(B) 135º 0.28% 0.56% -
XYZ 18.72 24.1 19.59 -
YUV 128.62 119.75 110.44 -
System Red Green Blue C M Y K H S L
Decimal 104 144 114 0.28 0 0.21 0.44 135 0.16 0.49
Hex 68 90 72 1C 0 15 2C 87 10 31
Octal 150 220 162 34 0 25 54 207 20 61
Binary 1101000 10010000 1110010 11100 0 10101 101100 10000111 10000 110001

Color Harmonies of #689072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689072

Black with #689072

Text Example


Text Example

White with #689072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689072; }

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

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

background-color css

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

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

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

border-color css

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

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

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