Html Css Color HEX #68B530 Apple

📋 copy color: '#68B530'

red 104 ◦ green 181 ◦ blue 48

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

Shades of Apple #68B530

Tints of Apple #68B530

RGB

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

 GREEN value IS 181 (71.09% from 255) = 54.35%

 BLUE value IS 48 (19.14% from 255) = 14.41%

R = 31.23%
G = 54.35%
B = 14.41%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#68B530 (or 0x68B530) is known color: Apple. HEX triplet: 68, B5 and 30. RGB value is (104,181,48). Sum of RGB (Red+Green+Blue) = 104+181+48=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 181 (71.09% from 255 or 54.35% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 181 - color contains mainly: green. Hex color #68B530 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B530 is #974ACF. Grayscale: #8F8F8F. Windows color (decimal): -9915088 or 3192168. OLE color: 3192168.

HSL color Cylindrical-coordinate representation of color #68B530: hue angle of 94.74º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68B530 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 181 48 -
CMYK 0.43 0 0.73 0.29
HSL 94.74º 0.58% 0.45% -
HSV(B) 94.74º 0.73% 0.71% -
XYZ 22.77 36.2 8.58 -
YUV 142.82 74.49 100.31 -
System Red Green Blue C M Y K H S L
Decimal 104 181 48 0.43 0 0.73 0.29 94.74 0.58 0.45
Hex 68 B5 30 2B 0 49 1D 5F 3A 2D
Octal 150 265 60 53 0 111 35 137 72 55
Binary 1101000 10110101 110000 101011 0 1001001 11101 1011111 111010 101101

Color Harmonies of #68B530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B530

Black with #68B530

Text Example


Text Example

White with #68B530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,181,48); }

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

background-color css

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

 a { background-color: rgb(104,181,48); }

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

border-color css

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

 span { border-color: rgb(104,181,48); }

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