Html Css Color HEX #74AF7C Oxley

📋 copy color: '#74AF7C'

red 116 ◦ green 175 ◦ blue 124

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

Shades of Oxley #74AF7C

Tints of Oxley #74AF7C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.17%

 BLUE value IS 124 (48.83% from 255) = 29.88%

R = 27.95%
G = 42.17%
B = 29.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#74AF7C (or 0x74AF7C) is known color: Oxley. HEX triplet: 74, AF and 7C. RGB value is (116,175,124). Sum of RGB (Red+Green+Blue) = 116+175+124=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AF7C is #8B5083. Grayscale: #979797. Windows color (decimal): -9130116 or 8171380. OLE color: 8171380.

HSL color Cylindrical-coordinate representation of color #74AF7C: hue angle of 128.14º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74AF7C is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 175 124 -
CMYK 0.34 0 0.29 0.31
HSL 128.14º 0.27% 0.57% -
HSV(B) 128.14º 0.34% 0.69% -
XYZ 26.17 35.83 24.6 -
YUV 151.55 112.45 102.65 -
System Red Green Blue C M Y K H S L
Decimal 116 175 124 0.34 0 0.29 0.31 128.14 0.27 0.57
Hex 74 AF 7C 22 0 1D 1F 80 1B 39
Octal 164 257 174 42 0 35 37 200 33 71
Binary 1110100 10101111 1111100 100010 0 11101 11111 10000000 11011 111001

Color Harmonies of #74AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AF7C

Black with #74AF7C

Text Example


Text Example

White with #74AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74AF7C; }

 p { color: rgb(116,175,124); }

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

background-color css

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

 a { background-color: rgb(116,175,124); }

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

border-color css

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

 span { border-color: rgb(116,175,124); }

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