Html Css Color HEX #749679 Oxley

📋 copy color: '#749679'

red 116 ◦ green 150 ◦ blue 121

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

Shades of Oxley #749679

Tints of Oxley #749679

RGB

 RED value IS 116 (45.7% from 255) = 29.97%

 GREEN value IS 150 (58.98% from 255) = 38.76%

 BLUE value IS 121 (47.66% from 255) = 31.27%

R = 29.97%
G = 38.76%
B = 31.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#749679 (or 0x749679) is known color: Oxley. HEX triplet: 74, 96 and 79. RGB value is (116,150,121). Sum of RGB (Red+Green+Blue) = 116+150+121=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 150 - color contains mainly: green. Hex color #749679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749679 is #8B6986. Grayscale: #888888. Windows color (decimal): -9136519 or 7968372. OLE color: 7968372.

HSL color Cylindrical-coordinate representation of color #749679: hue angle of 128.82º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #749679 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 150 121 -
CMYK 0.23 0 0.19 0.41
HSL 128.82º 0.14% 0.52% -
HSV(B) 128.82º 0.23% 0.59% -
XYZ 21.56 26.91 22.15 -
YUV 136.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 116 150 121 0.23 0 0.19 0.41 128.82 0.14 0.52
Hex 74 96 79 17 0 13 29 81 E 34
Octal 164 226 171 27 0 23 51 201 16 64
Binary 1110100 10010110 1111001 10111 0 10011 101001 10000001 1110 110100

Color Harmonies of #749679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749679

Black with #749679

Text Example


Text Example

White with #749679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749679; }

 p { color: rgb(116,150,121); }

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

background-color css

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

 a { background-color: rgb(116,150,121); }

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

border-color css

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

 span { border-color: rgb(116,150,121); }

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