Html Css Color HEX #67AF7C Oxley

📋 copy color: '#67AF7C'

red 103 ◦ green 175 ◦ blue 124

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

Shades of Oxley #67AF7C

Tints of Oxley #67AF7C

RGB

 RED value IS 103 (40.63% from 255) = 25.62%

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

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

R = 25.62%
G = 43.53%
B = 30.85%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#67AF7C (or 0x67AF7C) is known color: Oxley. HEX triplet: 67, AF and 7C. RGB value is (103,175,124). Sum of RGB (Red+Green+Blue) = 103+175+124=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #67AF7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67AF7C is #985083. Grayscale: #939393. Windows color (decimal): -9982084 or 8171367. OLE color: 8171367.

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

Color convert

RGB 103 175 124 -
CMYK 0.41 0 0.29 0.31
HSL 137.5º 0.31% 0.55% -
HSV(B) 137.5º 0.41% 0.69% -
XYZ 24.56 35 24.53 -
YUV 147.66 114.65 96.15 -
System Red Green Blue C M Y K H S L
Decimal 103 175 124 0.41 0 0.29 0.31 137.5 0.31 0.55
Hex 67 AF 7C 29 0 1D 1F 8A 1F 37
Octal 147 257 174 51 0 35 37 212 37 67
Binary 1100111 10101111 1111100 101001 0 11101 11111 10001010 11111 110111

Color Harmonies of #67AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AF7C

Black with #67AF7C

Text Example


Text Example

White with #67AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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