Html Css Color HEX #68AF7B Oxley

📋 copy color: '#68AF7B'

red 104 ◦ green 175 ◦ blue 123

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

Shades of Oxley #68AF7B

Tints of Oxley #68AF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.6%

R = 25.87%
G = 43.53%
B = 30.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#68AF7B (or 0x68AF7B) is known color: Oxley. HEX triplet: 68, AF and 7B. RGB value is (104,175,123). Sum of RGB (Red+Green+Blue) = 104+175+123=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AF7B is #975084. Grayscale: #939393. Windows color (decimal): -9916549 or 8105832. OLE color: 8105832.

HSL color Cylindrical-coordinate representation of color #68AF7B: hue angle of 136.06º 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 #68AF7B is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 175 123 -
CMYK 0.41 0 0.30 0.31
HSL 136.06º 0.31% 0.55% -
HSV(B) 136.06º 0.41% 0.69% -
XYZ 24.61 35.03 24.2 -
YUV 147.84 113.98 96.73 -
System Red Green Blue C M Y K H S L
Decimal 104 175 123 0.41 0 0.30 0.31 136.06 0.31 0.55
Hex 68 AF 7B 29 0 1E 1F 88 1F 37
Octal 150 257 173 51 0 36 37 210 37 67
Binary 1101000 10101111 1111011 101001 0 11110 11111 10001000 11111 110111

Color Harmonies of #68AF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AF7B

Black with #68AF7B

Text Example


Text Example

White with #68AF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68AF7B; }

 p { color: rgb(104,175,123); }

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

background-color css

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

 a { background-color: rgb(104,175,123); }

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

border-color css

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

 span { border-color: rgb(104,175,123); }

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