Html Css Color HEX #7ACB8B De York

📋 copy color: '#7ACB8B'

red 122 ◦ green 203 ◦ blue 139

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

Shades of De York #7ACB8B

Tints of De York #7ACB8B

RGB

 RED value IS 122 (48.05% from 255) = 26.29%

 GREEN value IS 203 (79.69% from 255) = 43.75%

 BLUE value IS 139 (54.69% from 255) = 29.96%

R = 26.29%
G = 43.75%
B = 29.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#7ACB8B (or 0x7ACB8B) is known color: De York. HEX triplet: 7A, CB and 8B. RGB value is (122,203,139). Sum of RGB (Red+Green+Blue) = 122+203+139=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACB8B is #853474. Grayscale: #ABABAB. Windows color (decimal): -8729717 or 9161594. OLE color: 9161594.

HSL color Cylindrical-coordinate representation of color #7ACB8B: hue angle of 132.59º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACB8B is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 203 139 -
CMYK 0.40 0 0.32 0.20
HSL 132.59º 0.44% 0.64% -
HSV(B) 132.59º 0.4% 0.8% -
XYZ 34.04 48.71 32.03 -
YUV 171.49 109.66 92.7 -
System Red Green Blue C M Y K H S L
Decimal 122 203 139 0.40 0 0.32 0.20 132.59 0.44 0.64
Hex 7A CB 8B 28 0 20 14 85 2C 40
Octal 172 313 213 50 0 40 24 205 54 100
Binary 1111010 11001011 10001011 101000 0 100000 10100 10000101 101100 1000000

Color Harmonies of #7ACB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACB8B

Black with #7ACB8B

Text Example


Text Example

White with #7ACB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7ACB8B; }

 p { color: rgb(122,203,139); }

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

background-color css

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

 a { background-color: rgb(122,203,139); }

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

border-color css

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

 span { border-color: rgb(122,203,139); }

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