Html Css Color HEX #69AB77 Oxley

📋 copy color: '#69AB77'

red 105 ◦ green 171 ◦ blue 119

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

Shades of Oxley #69AB77

Tints of Oxley #69AB77

RGB

 RED value IS 105 (41.41% from 255) = 26.58%

 GREEN value IS 171 (67.19% from 255) = 43.29%

 BLUE value IS 119 (46.88% from 255) = 30.13%

R = 26.58%
G = 43.29%
B = 30.13%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#69AB77 (or 0x69AB77) is known color: Oxley. HEX triplet: 69, AB and 77. RGB value is (105,171,119). Sum of RGB (Red+Green+Blue) = 105+171+119=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AB77 is #965488. Grayscale: #919191. Windows color (decimal): -9852041 or 7842665. OLE color: 7842665.

HSL color Cylindrical-coordinate representation of color #69AB77: hue angle of 132.73º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AB77 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 171 119 -
CMYK 0.39 0 0.30 0.33
HSL 132.73º 0.28% 0.54% -
HSV(B) 132.73º 0.39% 0.67% -
XYZ 23.72 33.46 22.66 -
YUV 145.34 113.13 99.23 -
System Red Green Blue C M Y K H S L
Decimal 105 171 119 0.39 0 0.30 0.33 132.73 0.28 0.54
Hex 69 AB 77 27 0 1E 21 85 1C 36
Octal 151 253 167 47 0 36 41 205 34 66
Binary 1101001 10101011 1110111 100111 0 11110 100001 10000101 11100 110110

Color Harmonies of #69AB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AB77

Black with #69AB77

Text Example


Text Example

White with #69AB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69AB77; }

 p { color: rgb(105,171,119); }

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

background-color css

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

 a { background-color: rgb(105,171,119); }

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

border-color css

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

 span { border-color: rgb(105,171,119); }

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